
body{
   background-color:black;
  }
t {
   font-size:17px;
 color:white;
 text-align-last: justify;
}
a{ font-size:19px;
 color:white;
}
 .topcorner-image {
      position: fixed;
      top: 0;
      display: inline-block;
      right: 0;
      width: 200px;  /* this is top right corner */
    }
.bottomcorner-image{
  position: fixed;
      bottom: 0; 
      display: inline-block;
      left: 0; /* this is bottom left */
      
}
.bottomrightcorner-image{
  position: fixed;
  display: inline-block;
      bottom: 0; 
      right: 0; /* this is bottom right */
      
}

.right-image{
      position: fixed;
      top: 0;
      display: inline-block;
      right: 0;
      width: 30vw;   /* 50% of viewport width */
      height: 70vh; /* full height */
      object-fit: cover; /* keeps it nicely scaled */
    
}
 .leftmid-image {
      position: fixed;
      top: 0;
      left: 0;
      width: 30vw;   /* 50% of viewport width */
      height: 70vh; /* full height */
      object-fit: cover; /* keeps it nicely scaled */
    }
    
    .left-image {
      position: fixed;
      top: 40%;
      left: 25%;
      width:10% /* this is a little above bottom left */
    }
    .lefter-image {
      position: fixed;
      top: 20%;
      left: 40%;
      width:10%; /* this is a little further above bottom left */
    }
        .lefterer-image {
      position: fixed;
      top: 20%;
      left: 55%;
      width:20%; /* this is a little above bottom left */
    }
    
    